<script>on mouseUpvisual effect wipe downgo to card "TOC"end mouseUp</script>
</part>
<part>
<id>11</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>451</left>
<top>21</top>
<right>471</right>
<bottom>41</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>1013</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Next</name>
<script>on mouseUpvisual effect wipe leftgo to next cardend mouseUp</script>
</part>
<part>
<id>12</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>449</left>
<top>4</top>
<right>470</right>
<bottom>23</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>1014</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Prev</name>
<script>on mouseUpvisual effect wipe rightgo to previous cardend mouseUp</script>
</part>
<name>About.back</name>
<script>on openbackgroundpush recent cardend openbackgroundon fixtext-- cut extra spaces and hard returns out of about.textput field "text" into oldput number of lines in old into nlineput empty into newrepeat with i = 1 to nlineset cursor to busyput line i of old into ilineput number of words in iline into nword--if char 1 to 5 of iline = " " then--put iline&return after new--elserepeat with j = 1 to nwordset cursor to busyput word j of iline & " " after newend repeatif nword < 2 then put return after new -- end of paragraph--end ifend repeatput new into field "text"fixcardnameend fixtexton fixcardnameput "About." & field "title" into cnameset name of this card to cnameend fixcardname</script>